home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 February
/
PCWorld_2001-02_cd.bin
/
Novinky
/
Becherovka
/
KoktejlovePexeso-oldes
/
pexeso.swf
/
scripts
/
DefineButton2_280
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2000-12-04
|
168b
|
12 lines
on(release){
tellTarget("../deska")
{
gotoAndStop("konec");
}
tellTarget("../hodiny")
{
gotoAndPlay(1);
}
gotoAndStop(1);
}